/*

    This is an example config that shows how to make arbitrary text appear.  Before you continue, please read "Example Image" to help familiarize yourself with how configs work (the undocumented parameters in this config are documented in "Example Image" config).

*/


// The speed of XPOS, YPOS: 1 in 5 chance that the text moves around
Sped="15 * sqwv( rnd( 5 ) )",

/* Use GF to give us cords that bounce around the screen. */ 
X="XPOS",
Y="YPOS",


/*  This parameter tells G-Force the text you'd like to display.  Insert a "\r" in the text any time you want a line break (ex, "Line 1\rLine 2\rLine 3"). To change the font and size of the text, edit the TSze and TFnt parameters in your G-Force prefs file.  Also, you can use the meta variables #ARTIST#, #ALBUM#, and #TITLE# in the 'Text' parameter to reference track information.  Note the 'Text' parameter is evaluated only once when the particle starts. */
Text="G-Force",
 

// The 'Pen' and 'EPen' paramters are omitted from this config -- see "Example Image"


// Compatibilty...
Vers=100
 